|
|
|
|
HAlignDefault Property, SftTree Class |
Defines the default horizontal alignment for parts within cells in the item area.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property HAlignDefault As HAlignmentEnum |
C# |
public HAlignmentEnum HAlignDefault { get; set; } |
C++ |
public: property HAlignmentEnum HAlignDefault { |
Property Value
The default horizontal alignment.
Value |
Description |
|
0 | The contents are left aligned within the available space. | |
1 | The contents are centered within the available space. | |
2 | The contents are right aligned within the available space. |
The default value is HAlignmentEnum.Left.
Comments
The HAlignDefault property defines the default horizontal alignment for parts within cells in the item area.
Individual parts can override the default alignment using the GenericPartClass.HAlign property.